Class org.omg.CORBA.IntHolder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.IntHolder

java.lang.Object
   |
   +----org.omg.CORBA.IntHolder

public final class IntHolder
extends Object
A Holder class for ints for use with out and in/out IDL parameters.

Variable Index

 o value
the int value held by the IntHolder

Constructor Index

 o IntHolder()
construct the IntHolder with null initial value
 o IntHolder(int)
construct the IntHolder with the given int

Variables

 o value
  public int value
the int value held by the IntHolder

Constructors

 o IntHolder
  public IntHolder()
construct the IntHolder with null initial value
 o IntHolder
  public IntHolder(int initial)
construct the IntHolder with the given int
Parameters:
initial - the int used to initialize the IntHolder value

All Packages  Class Hierarchy  This Package  Previous  Next  Index